func github.com/refraction-networking/utls.macSHA256

5 uses

	github.com/refraction-networking/utls (current package)
		cipher_suites.go#L157: 	{TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, 16, 32, 16, ecdheRSAKA, suiteECDHE | suiteTLS12, cipherAES, macSHA256, nil},
		cipher_suites.go#L159: 	{TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, 16, 32, 16, ecdheECDSAKA, suiteECDHE | suiteECSign | suiteTLS12, cipherAES, macSHA256, nil},
		cipher_suites.go#L165: 	{TLS_RSA_WITH_AES_128_CBC_SHA256, 16, 32, 16, rsaKA, suiteTLS12, cipherAES, macSHA256, nil},
		cipher_suites.go#L437: func macSHA256(key []byte) hash.Hash {
		u_common.go#L756: 			suiteTLS12, cipherAES, macSHA256, nil},